home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / NeXT-Icons / next-icon@gun.com / Apps / ImagePortfolio / English.lproj / ImagePortfolio.nib / data.classes next >
Encoding:
Text File  |  1993-06-03  |  592 b   |  42 lines

  1. ImagePortfolio = {
  2.     ACTIONS = {
  3.     cancelPreferences:;
  4.     arrangeInFront:;
  5.     newImagePalette:;
  6.     showHelp:;
  7.     saveDefaults:;
  8.     showPreferences:;
  9.     printKeyWindow:;
  10.     showInfo:;
  11.     open:;
  12.     };
  13.     OUTLETS = {
  14.     prefCellColumns;
  15.     prefPanel;
  16.     prefCellWidth;
  17.     versionNum;
  18.     fontSize;
  19.     helpPanel;
  20.     prefCellHeight;
  21.     helpScroller;
  22.     fontName;
  23.     infoPanel;
  24.     prefCellRows;
  25.     };
  26.     SUPERCLASS = AppUtils;
  27. };
  28. FirstResponder = {
  29.     ACTIONS = {
  30.     sortByCellTitle:;
  31.     save:;
  32.     undelete:;
  33.     printKeyWindow:;
  34.     saveAs:;
  35.     showPreferences:;
  36.     };
  37.     SUPERCLASS = Object;
  38. };
  39. AppUtils = {
  40.     SUPERCLASS = Application;
  41. };
  42.